home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / Examples / USBModem / ShimSerialStub.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-25  |  664 b   |  30 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ShimSerialStub.h
  3.  
  4.     Contains:    Definitions for the serial shim interface
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.  
  9.  
  10.     Copyright:    © 1996, 1998, 2000 by Apple Computer, Inc., all rights reserved.
  11.  
  12. */
  13.  
  14. #ifndef    _SHIMSERIALSTUB_
  15. #define    _SHIMSERIALSTUB_
  16.  
  17. /********************************************************************************************/
  18. //
  19. //    Prototypes
  20. //
  21. /********************************************************************************************/
  22.  
  23. OSErr     InstallShimDrvr(CFragConnectionID ConnID);
  24. OSErr     RemoveShimDrvr(Boolean forceFlag);
  25. OSErr     LoadShim(void);
  26. OSErr     UnLoadShim(void);
  27. void     ShimIOComplete(ParmBlkPtr pb, OSErr result);
  28.  
  29. #endif
  30.